QueryInterface<T>() Method
Query this instance for a particular COM interface support.
'Declaration
Public Overloads Overridable Function QueryInterface(Of As ComObject)() As
public virtual QueryInterface<>()
where T: ComObject
Type Parameters
- T
- The type of the COM interface to query
Return Value
An instance of the queried interface